home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / video / intelfb / Makefile
Encoding:
Makefile  |  2008-12-24  |  266 b   |  11 lines

  1. obj-$(CONFIG_FB_INTEL) += intelfb.o
  2.  
  3. intelfb-y := intelfbdrv.o intelfbhw.o
  4. intelfb-$(CONFIG_FB_INTEL_I2C) += intelfb_i2c.o
  5. intelfb-objs := $(intelfb-y)
  6.  
  7. ifdef CONFIG_FB_INTEL_DEBUG
  8. #EXTRA_CFLAGS += -DDEBUG -DVERBOSE -DREGDUMP
  9. EXTRA_CFLAGS += -DDEBUG -DREGDUMP
  10. endif
  11.